Form Support


Support for both CGI scripts and the POST method of HTTP means that your server han handle HTML forms. This adds greatly to the things you can do with your server. The supplied documentation contains a complete guide to writing forms-based HTML documents and supporting the forms with CGI scripts.

In addition, the Windows CGI interface provides fully parsed and decoded form field data to back-end "scripts", making it far easier to write back-end applications. The Visual Basic sample provided serves as an example of using decoded form data, and may also be used to test forms.

Return to the feature list.


Robert B. Denny <rdenny@netcom.com>